Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/pix2pixHD
/ lcm
Function
lcm
train.py:9–9 ·
view source on GitHub ↗
(a,b)
Source
from the content-addressed store, hash-verified
7
from
subprocess
import
call
8
import
fractions
9
def
lcm(a,b):
return
abs(a * b)/fractions.gcd(a,b)
if
a and b
else
0
10
11
from
options.train_options
import
TrainOptions
12
from
data.data_loader
import
CreateDataLoader
Callers
1
train.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected